home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMREBOOT / TFRMREBOOT.txt
Encoding:
Text File  |  2003-01-14  |  4.3 KB  |  179 lines

  1. inherited frmReboot: TfrmReboot
  2.   Left = 573
  3.   Top = 233
  4.   HelpContext = 83
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited memActionDesc: TMemo
  14.       Lines.Strings = (
  15.         
  16.           'Closes Windows and restarts the computer.  Windows 95/98/ME supp' +
  17.           'orts '
  18.         'restarting the current machine only. ')
  19.     end
  20.   end
  21.   inherited pnlCenter: TPanel
  22.     inherited pgcControlPage: TPageControl
  23.       inherited tbsAM5Main: TTabSheet
  24.         object GroupBox1: TGroupBox
  25.           Left = 8
  26.           Top = 27
  27.           Width = 453
  28.           Height = 170
  29.           TabOrder = 3
  30.           object lblTimeOut: TLabel
  31.             Left = 29
  32.             Top = 80
  33.             Width = 403
  34.             Height = 13
  35.             AutoSize = False
  36.             Caption = 'Shut down &after: '
  37.             FocusControl = edtDelay
  38.           end
  39.           object lblSeconds: TLabel
  40.             Left = 233
  41.             Top = 103
  42.             Width = 137
  43.             Height = 13
  44.             AutoSize = False
  45.             Caption = 'seconds'
  46.           end
  47.           object lblMessage: TLabel
  48.             Left = 29
  49.             Top = 123
  50.             Width = 400
  51.             Height = 13
  52.             AutoSize = False
  53.             Caption = '&Message to display in the shut down dialog box:'
  54.             FocusControl = edtMessage
  55.           end
  56.           object Label1: TLabel
  57.             Left = 10
  58.             Top = 16
  59.             Width = 100
  60.             Height = 13
  61.             Caption = '&Computer to restart:'
  62.             FocusControl = edtComputer
  63.           end
  64.           object edtDelay: TEdit
  65.             Left = 29
  66.             Top = 96
  67.             Width = 197
  68.             Height = 21
  69.             TabOrder = 2
  70.             OnExit = edtDelayExit
  71.           end
  72.           object edtMessage: TEdit
  73.             Left = 29
  74.             Top = 139
  75.             Width = 410
  76.             Height = 21
  77.             TabOrder = 3
  78.             OnExit = edtDelayExit
  79.           end
  80.           object cbPrompt: TCheckBox
  81.             Left = 10
  82.             Top = 61
  83.             Width = 413
  84.             Height = 17
  85.             Caption = '&Prompt user to log off'
  86.             TabOrder = 1
  87.             OnClick = cbPromptClick
  88.           end
  89.           object edtComputer: TEdit
  90.             Left = 10
  91.             Top = 32
  92.             Width = 429
  93.             Height = 21
  94.             TabOrder = 0
  95.           end
  96.         end
  97.         object cbForce: TCheckBox
  98.           Left = 8
  99.           Top = 202
  100.           Width = 439
  101.           Height = 17
  102.           Caption = '&Force the system to restart without notifying applications'
  103.           TabOrder = 4
  104.         end
  105.         object cbContinue: TCheckBox
  106.           Left = 234
  107.           Top = 2
  108.           Width = 251
  109.           Height = 17
  110.           Caption = '&Continue task after restart'
  111.           TabOrder = 1
  112.           Visible = False
  113.         end
  114.         object rdoRemote: TRadioButton
  115.           Left = 16
  116.           Top = 26
  117.           Width = 417
  118.           Height = 17
  119.           Caption = 'Restart a &remote computer (Not supported on Windows 95/98/ME)'
  120.           TabOrder = 2
  121.           OnClick = rdoRemoteClick
  122.         end
  123.         object rdoLocal: TRadioButton
  124.           Left = 16
  125.           Top = 2
  126.           Width = 209
  127.           Height = 17
  128.           Caption = 'Restart &local machine'
  129.           Checked = True
  130.           TabOrder = 0
  131.           TabStop = True
  132.           OnClick = rdoLocalClick
  133.         end
  134.       end
  135.     end
  136.   end
  137.   inherited taclKeyboardTrap: TActionList
  138.     Left = 200
  139.   end
  140.   inherited dxSIBarManager: TdxBarManager
  141.     Categories.ItemsVisibles = (
  142.       2)
  143.     Categories.Visibles = (
  144.       True)
  145.     PopupMenuLinks = <
  146.       item
  147.         Control = lsvAM5Errors
  148.         PopupMenu = dxCheckPopup
  149.       end>
  150.     Left = 104
  151.     DockControlHeights = (
  152.       0
  153.       0
  154.       0
  155.       0)
  156.   end
  157.   inherited dxCheckPopup: TdxBarPopupMenu
  158.     ItemLinks = <
  159.       item
  160.         Item = itmCheckAllErrors
  161.         UserGlyph.Data = {00000000}
  162.         Visible = True
  163.       end
  164.       item
  165.         Item = itmCheckNoErrors
  166.         UserGlyph.Data = {00000000}
  167.         Visible = True
  168.       end>
  169.     Left = 136
  170.   end
  171.   inherited IvTranslator1: TIvTranslator
  172.     Left = 232
  173.   end
  174.   object dlgOpen: TOpenDialog
  175.     Left = 168
  176.     Top = 349
  177.   end
  178. end
  179.